升级1029

chengzhenyu 8 lat temu
rodzic
commit
2200a50e1e
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

@@ -13,8 +13,8 @@ android {
13 13
         applicationId "ai.pai.client"
14 14
         minSdkVersion MIN_SDK_VERSION as int
15 15
         targetSdkVersion TARGET_SDK_VERSION as int
16
-        versionCode 1028
17
-        versionName "1.0.28"
16
+        versionCode 1029
17
+        versionName "1.0.29"
18 18
         buildConfigField "boolean","isDevMode","true"
19 19
         manifestPlaceholders = [CHANNEL_NAME: "guanwang"]
20 20